home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Utils / UNIX / UNZIP520 / WIZDLL / WIZUNZ.DEF < prev    next >
Text File  |  1996-04-22  |  398b  |  18 lines

  1. ;module-definition file for Windows Unzip DLL -- used by link.exe
  2. LIBRARY WIZUNZ16 ; Library module name
  3.  
  4. DESCRIPTION 'Windows Info-ZIP UnZip DLL 1.0 by Info-ZIP, Mike White 1996'
  5.  
  6. CODE  PRELOAD MOVEABLE
  7.  
  8. DATA  PRELOAD FIXED
  9.  
  10. HEAPSIZE  14000 ; need heap for buffers
  11. STACKSIZE 10000 ; need plenty of stack
  12.  
  13. EXPORTS
  14.      DllProcessZipFiles          ; actual entry point
  15.      LibMain
  16.      GetDllVersion
  17.  
  18.